Source code :: MW Preionization.htm

[Return]
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
##!/usr/bin/python2
## -*- coding: utf-8 -*-
<%page args="shot,  page"/>

<%
from pygolem_lite.web import cat, emph, get_page_paths, make_zoom_image, wiki, source_link
from pygolem_lite.modules import  cData

get = cData.get_nice
%>


%if int(get('preionization')) != 4:
    MW preionization not enabled according to PreIonization parameter (must be 4 for MW).
%else:
    ${make_zoom_image('okenko.png') } <br>
<ul>
    <li> Active MW region: between vertical green dashed lines
    <li> Bt resonant field 0.0875 T: vertical red dashed lines (HFS, center, LFS)
</ul>
%endif

Navigation